Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix InterceptorDefinitionTest.testInterceptorsImplementInterceptorInterface #456

Merged
merged 1 commit into from
May 18, 2023

Conversation

Ladicek
Copy link
Contributor

@Ladicek Ladicek commented May 1, 2023

This test uses an internal ParameterizedTypeImpl class, which isn't guaranteed to be present in the set of interface types implemented by an interceptor metadata class. The JDK implementation of ParameterizedType may be present as well.

This commit uses the public interface ParameterizedType to perform this test.

Fixes #455

…erface

This test uses an internal `ParameterizedTypeImpl` class, which isn't guaranteed
to be present in the set of interface types implemented by an interceptor
metadata class. The JDK implementation of `ParameterizedType` may be present
as well.

This commit uses the public interface `ParameterizedType` to perform this test.
@Ladicek
Copy link
Contributor Author

Ladicek commented May 1, 2023

Draft until #455 is accepted.

@Ladicek Ladicek marked this pull request as ready for review May 2, 2023 07:53
@Ladicek Ladicek merged commit b36fcea into jakartaee:master May 18, 2023
2 checks passed
@Ladicek Ladicek deleted the interceptor-definition-test branch May 18, 2023 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants